'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function ReadMultiple( _ ByVal client As IEasyUAClient, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptorArray() As UANodeDescriptor _ ) As UAAttributeDataResult()
'Usage
Dim client As IEasyUAClient Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptorArray() As UANodeDescriptor Dim value() As UAAttributeDataResult value = IEasyUAClientExtension.ReadMultiple(client, endpointDescriptor, nodeDescriptorArray)
[Extension()] [ElementsNotNull()] [NotNull()] public static UAAttributeDataResult[] ReadMultiple( IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor[] nodeDescriptorArray )
[Extension()] [ElementsNotNull()] [NotNull()] public: static array<UAAttributeDataResult^>^ ReadMultiple( IEasyUAClient^ client, UAEndpointDescriptor^ endpointDescriptor, array<UANodeDescriptor^>^ nodeDescriptorArray )
Parameters
- client
- The client object that will perform the operation.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptorArray
- Array of UANodeDescriptor. Array of node descriptors specifying what to read from an OPC-UA server.
Return Value
Array of OpcLabs.EasyOpc.UA.OperationModel.UAAttributeDataResult. Returns an array of attribute data objects. Each object stores the value of an attribute, together with status code and timestamps. The indices of elements in the output array are the same as those in the input array, nodeDescriptorArray.